type net/http.http2GoAwayFrame
10 uses
net/http (current package)
h2_bundle.go#L2284: type http2GoAwayFrame struct {
h2_bundle.go#L2295: func (f *http2GoAwayFrame) DebugData() []byte {
h2_bundle.go#L2309: return &http2GoAwayFrame{
h2_bundle.go#L3052: case *http2GoAwayFrame:
h2_bundle.go#L5363: case *http2GoAwayFrame:
h2_bundle.go#L5676: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
h2_bundle.go#L7400: goAway *http2GoAwayFrame // if non-nil, the GoAwayFrame we received
h2_bundle.go#L7933: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
h2_bundle.go#L9374: case *http2GoAwayFrame:
h2_bundle.go#L9864: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |